projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b817cf
)
(vc-mode-line): use force-mode-line-update instead of the Emacs 18
author
Eric S. Raymond
<esr@snark.thyrsus.com>
Wed, 2 Feb 1994 18:56:02 +0000
(18:56 +0000)
committer
Eric S. Raymond
<esr@snark.thyrsus.com>
Wed, 2 Feb 1994 18:56:02 +0000
(18:56 +0000)
kluge.
lisp/vc-hooks.el
patch
|
blob
|
history
diff --git
a/lisp/vc-hooks.el
b/lisp/vc-hooks.el
index 8f407d5b9d875051927d78d36a50c64075f91a34..7160558d9db57275a8721f55cde6f3835bbc30a9 100644
(file)
--- a/
lisp/vc-hooks.el
+++ b/
lisp/vc-hooks.el
@@
-154,8
+154,8
@@
visiting FILE."
(require 'vc)
(not (string-equal (user-login-name) (vc-locking-user file)))
(setq buffer-read-only t))
- ;; force update of mode line
- (set-buffer-modified-p (buffer-modified-p))
+ (force-mode-line-update)
+ ;;(set-buffer-modified-p (buffer-modified-p)) ;;use this if Emacs 18
vc-type))
(defun vc-rcs-status (file)